Public Declare Function sndPlaySound Lib "winmm.dll" Alias "sndPlaySoundA" (ByVal lpszSoundName As String, ByVal uFlags As Long) As Long
Public Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long
'//Private Constants
Private Const SND_ASYNC = &H1
Private Const SND_NODEFAULT = &H2
'//Public Constants
Global Const MyApp = "MTCYahtzee" '//Registry key used for storing data
'//Public variables
Public Bonus63 As Integer '//Left column bonus scoring countdown
Public lColTotal As Integer '//Left column total score
Public rColTotal As Integer '//Right column total score
Public GameTotal As Integer '//Game total
Public HSPosition As Integer '//High score position